home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMWAITFORPOINTER / TFRMWAITFORPOINTER.txt
Encoding:
Text File  |  2003-01-14  |  3.5 KB  |  146 lines

  1. inherited frmWaitForPointer: TfrmWaitForPointer
  2.   Left = 567
  3.   Top = 75
  4.   HelpContext = 106
  5.   OldCreateOrder = True
  6.   OnClose = FormClose
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited pnlTop: TPanel
  11.     inherited lblCommandName: TLabel
  12.       Caption = ''
  13.     end
  14.     inherited memActionDesc: TMemo
  15.       Lines.Strings = (
  16.         
  17.           'Causes task execution to pause at the current line until the mou' +
  18.           'se pointer '
  19.         'matches or differs from the specified pointer (cursor) type.')
  20.     end
  21.   end
  22.   inherited pnlCenter: TPanel
  23.     inherited pgcControlPage: TPageControl
  24.       inherited tbsAM5Main: TTabSheet
  25.         object lblPointerList: TLabel
  26.           Left = 10
  27.           Top = 79
  28.           Width = 104
  29.           Height = 13
  30.           Caption = '&Pointer(s) to wait for:'
  31.           FocusControl = lsvCursors
  32.         end
  33.         object GroupBox1: TGroupBox
  34.           Left = 10
  35.           Top = 2
  36.           Width = 449
  37.           Height = 71
  38.           Caption = 'Action'
  39.           TabOrder = 0
  40.           object rdoAppear: TRadioButton
  41.             Left = 10
  42.             Top = 16
  43.             Width = 401
  44.             Height = 17
  45.             Caption = 'Wait for pointer to &match'
  46.             Checked = True
  47.             TabOrder = 0
  48.             TabStop = True
  49.             OnClick = rdoAppearClick
  50.           end
  51.           object rdoDisappear: TRadioButton
  52.             Left = 10
  53.             Top = 32
  54.             Width = 401
  55.             Height = 17
  56.             Caption = 'Wait for pointer to &differ from'
  57.             TabOrder = 1
  58.             OnClick = rdoAppearClick
  59.           end
  60.           object rdoAny: TRadioButton
  61.             Left = 10
  62.             Top = 48
  63.             Width = 401
  64.             Height = 17
  65.             Caption = 'Wait for pointer to &change to any state'
  66.             TabOrder = 2
  67.             OnClick = rdoAppearClick
  68.           end
  69.         end
  70.         object lsvCursors: TListView
  71.           Left = 10
  72.           Top = 95
  73.           Width = 449
  74.           Height = 123
  75.           Columns = <
  76.             item
  77.             end
  78.             item
  79.               Width = 370
  80.             end>
  81.           ColumnClick = False
  82.           Font.Charset = DEFAULT_CHARSET
  83.           Font.Color = clWindowText
  84.           Font.Height = -11
  85.           Font.Name = 'Tahoma'
  86.           Font.Style = []
  87.           HideSelection = False
  88.           IconOptions.Arrangement = iaLeft
  89.           IconOptions.AutoArrange = True
  90.           LargeImages = imlCursors
  91.           MultiSelect = True
  92.           ReadOnly = True
  93.           RowSelect = True
  94.           ParentFont = False
  95.           ShowColumnHeaders = False
  96.           SmallImages = imlCursors
  97.           TabOrder = 1
  98.           ViewStyle = vsReport
  99.         end
  100.       end
  101.     end
  102.   end
  103.   inherited taclKeyboardTrap: TActionList
  104.     Left = 172
  105.   end
  106.   inherited dxSIBarManager: TdxBarManager
  107.     Categories.ItemsVisibles = (
  108.       2)
  109.     Categories.Visibles = (
  110.       True)
  111.     PopupMenuLinks = <
  112.       item
  113.         Control = lsvAM5Errors
  114.         PopupMenu = dxCheckPopup
  115.       end>
  116.     DockControlHeights = (
  117.       0
  118.       0
  119.       0
  120.       0)
  121.   end
  122.   inherited dxCheckPopup: TdxBarPopupMenu
  123.     ItemLinks = <
  124.       item
  125.         Item = itmCheckAllErrors
  126.         UserGlyph.Data = {00000000}
  127.         Visible = True
  128.       end
  129.       item
  130.         Item = itmCheckNoErrors
  131.         UserGlyph.Data = {00000000}
  132.         Visible = True
  133.       end>
  134.   end
  135.   inherited IvTranslator1: TIvTranslator
  136.     Left = 232
  137.   end
  138.   object imlCursors: TImageList
  139.     Height = 32
  140.     Masked = False
  141.     Width = 32
  142.     Left = 201
  143.     Top = 347
  144.   end
  145. end
  146.